TELDNGetDTMF
Gets the current state of DTMF detection for a directory number.
pascal TELErr TELDNGetDTMF (TELDNHandle hTELDN, Boolean *dtmfOn);
hTELDN
- A handle to a directory number structure.
dtmfOn
- On exit, a Boolean value that indicates whether DTMF detection for the specified directory number is enabled (
true
) or disabled (false
).- function result
- A result code.
DESCRIPTION
TheTELDNGetDTMF
function returns, in thedtmfOn
parameter, the current state of DTMF detection for the directory number specified by thehTELDN
parameter. IfdtmfOn
istrue
, DTMF detection is on; otherwise, DTMF detection is off.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help